home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue65 / system / TestGdiPlus.dfm < prev    next >
Encoding:
Text File  |  2000-11-29  |  695 b   |  33 lines

  1. object Form1: TForm1
  2.   Left = 112
  3.   Top = 158
  4.   Width = 343
  5.   Height = 546
  6.   Caption = 'GDI+ Delphi Demo'
  7.   Color = 26112
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnPaint = FormPaint
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 136
  21.     Width = 271
  22.     Height = 55
  23.     Caption = 'GDI+ Rulez...'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clNavy
  26.     Font.Height = -48
  27.     Font.Name = 'Times New Roman'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     Transparent = True
  31.   end
  32. end
  33.